home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / utils / ved04b / cube.v04 < prev    next >
Text File  |  1994-12-15  |  1KB  |  37 lines

  1. *****************************************************************************
  2. * Object file for VED v0.4 beta                                             *
  3. * "Cube" by Tumblin / Bodies In Motion                                      *
  4. *****************************************************************************
  5.  
  6. *------------------------------ Vertices -----------------------------------*
  7.  
  8. * number of vertices
  9. 8,
  10.  
  11. * list of vertices
  12. -50,50,-50,  * vertex 0 : back top left
  13. 50,50,-50,   * vertex 1 : back top right
  14. 50,-50,-50,  * vertex 2 : back bottom right
  15. -50,-50,-50, * vertex 3 : back bottom right
  16. -50,50,50,   * vertex 4 : front top left
  17. 50,50,50,    * vertex 5 : front top right
  18. 50,-50,50,   * vertex 6 : front bottom right
  19. -50,-50,50,  * vertex 7 : front bottom left
  20.  
  21. *------------------------------ Polygons -----------------------------------*
  22.  
  23. 6, * number of polygons in object
  24.  
  25. * polygons for object
  26. * format follows:
  27. * #of polygons, list of vertices, color of polygon
  28. 4,  0,4,5,1,  1, * top 
  29. 4,  7,3,2,6,  2, * bottom
  30. 4,  0,3,7,4,  3, * left
  31. 4,  5,6,2,1,  4, * right
  32. 4,  1,2,3,0,  5, * back
  33. 4,  4,7,6,5,  6  * front
  34.  
  35. * end of object
  36.  
  37.